home *** CD-ROM | disk | FTP | other *** search
- You should have the following files:
- ------------------------------------
-
- WINDXF.DOC - Document describing how this program works
-
- WINDXF.EXE - The MS Windows 3.0 executable for the DXF viewer.
-
- WINDXF - The MS make file for building the system.
-
- WINDXF.H - The include file.
-
- WINDXF.C - The main module. Contains the of Windows start up
- code and the message loop.
-
- DXFDRAW.C - The DXF translator, a table driven DXF reader.
- Translate from DXF to MS GDI calls.
-
- FLIST.C - Dialog Box code for implementing file lists and
- other dialog boxes.
-
- WINDXF.DEF - MS Windows definition file for link4.
-
- WINDXF.RC - The source code for the resource file.
-
- WINDXF.RES - The compiled resource file.
-
- 50STATES.DXF - A DXF drawing of the U.S.A.
-
- TANKER.DXF - A DXF drawing of a tanker.
-
- TANKER.WMF - The same tanker in Windows metafile form.
-
- READ.ME - What you're reading.